home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 November / CMCD1104.ISO / Software / Shareware / Utilitare / accuhash / ah2setup.exe / {app} / accuhash.exe / 0 / RCDATA / TDLGTIPSFORM / TDLGTIPSFORM.txt < prev   
Text File  |  2004-09-13  |  3KB  |  125 lines

  1. object DlgTipsForm: TDlgTipsForm
  2.   Left = 367
  3.   Top = 143
  4.   BorderIcons = []
  5.   BorderStyle = bsToolWindow
  6.   Caption = 'Did you know...'
  7.   ClientHeight = 251
  8.   ClientWidth = 389
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poMainFormCenter
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Shape1: TShape
  21.     Left = 1
  22.     Top = 1
  23.     Width = 74
  24.     Height = 216
  25.     Brush.Color = 8366677
  26.   end
  27.   object Shape2: TShape
  28.     Left = 74
  29.     Top = 1
  30.     Width = 314
  31.     Height = 41
  32.     Brush.Color = 10534992
  33.   end
  34.   object Shape3: TShape
  35.     Left = 74
  36.     Top = 40
  37.     Width = 314
  38.     Height = 177
  39.   end
  40.   object LampImage: TImage
  41.     Left = 1
  42.     Top = 1
  43.     Width = 74
  44.     Height = 58
  45.     Center = True
  46.     Picture.Data = {<image000.bmp>}
  47.   end
  48.   object TipNameLabel: TTntLabel
  49.     Left = 82
  50.     Top = 44
  51.     Width = 295
  52.     Height = 24
  53.     AutoSize = False
  54.     Caption = 'Uploader'
  55.     Font.Charset = DEFAULT_CHARSET
  56.     Font.Color = clWindowText
  57.     Font.Height = -16
  58.     Font.Name = 'Arial'
  59.     Font.Style = [fsBold]
  60.     ParentFont = False
  61.     Transparent = True
  62.   end
  63.   object TipTextLabel: TTntLabel
  64.     Left = 82
  65.     Top = 70
  66.     Width = 295
  67.     Height = 139
  68.     AutoSize = False
  69.     Caption = 
  70.       'To copy file or a folder, you can just drag and drop it to targe' +
  71.       't directory or folder.'
  72.     Font.Charset = DEFAULT_CHARSET
  73.     Font.Color = clWindowText
  74.     Font.Height = -13
  75.     Font.Name = 'Arial'
  76.     Font.Style = []
  77.     ParentFont = False
  78.     Transparent = True
  79.     WordWrap = True
  80.   end
  81.   object TitleLabel: TTntLabel
  82.     Left = 82
  83.     Top = 12
  84.     Width = 295
  85.     Height = 24
  86.     AutoSize = False
  87.     Caption = 'Did you know...'
  88.     Font.Charset = DEFAULT_CHARSET
  89.     Font.Color = clWindowText
  90.     Font.Height = -19
  91.     Font.Name = 'Arial'
  92.     Font.Style = [fsBold]
  93.     ParentFont = False
  94.     Transparent = True
  95.   end
  96.   object ShowBox: TTntCheckBox
  97.     Left = 18
  98.     Top = 228
  99.     Width = 151
  100.     Height = 17
  101.     Caption = '&Show tips on start'
  102.     TabOrder = 0
  103.   end
  104.   object NextButton: TTntButton
  105.     Left = 216
  106.     Top = 224
  107.     Width = 75
  108.     Height = 25
  109.     Caption = 'Next tip'
  110.     Default = True
  111.     TabOrder = 1
  112.     OnClick = NextButtonClick
  113.   end
  114.   object CloseButton: TTntButton
  115.     Left = 296
  116.     Top = 224
  117.     Width = 75
  118.     Height = 25
  119.     Cancel = True
  120.     Caption = 'Close'
  121.     TabOrder = 2
  122.     OnClick = CloseButtonClick
  123.   end
  124. end
  125.